(set #catnofind "Can not find this catalog in this archive.")
(set #whatcat "\nTango has no internal catalog.\nSelect the Language catalog you wish to install.\nThat language has to be selected in Prefs:Locales ")
(set #whatcathelp "If your language is not among the choises,\nYou must choose another language.")
(if (<> tangoon "") (message "You didn't shutdown Tango.\nBefore you start Tango you should:\nReboot, make 'Avail flush'\nor run the installer again!"))
;(set #bye (cat "\nShare Install Complete!\nYou will find share in Samba:\n" ))
(set #share (cat "\n\nThe new Share utility will now be installed.\n\nThis will install Share in C:\n\n") )
(message #share)
;copy share
(copyfiles
(prompt "Copying share")
(source "Tango/Extras/Share/Share")
(dest "C:")
)
(copyfiles
(prompt "Copying icon")
(source "Tango/Extras/Share/Share.info")
(dest "C:")
)
(if (> osver 44)
(if
(askbool
(prompt "AmigaOS 3.5 detected.\n\nWould you like to add Share to the tools-menu?\nThis will install a 'Share directory'.\nShare.menu will be added to WBStartup\n")